CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 函数 拟合

搜索资源列表

  1. BP-moshi

    0下载:
  2. BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5711
    • 提供者:tangsp
  1. fermiumfunctionfitting

    0下载:
  2. 费米函数的拟合算法,根据所给的点来确定费米方程的个参数情况,图像处理时能给出相应的拟合图形的参数-Fermi function fitting algorithm, according to the given point to determine the Fermi equation parameters, the image processing can give the corresponding fitting parameters for graphics
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6468
    • 提供者:王逸
  1. CurveFit

    0下载:
  2. 本软件解决了非线性曲线拟合的初始值问题,不再需要输入初始值,只要定义函数模型及输入拟合数据即可求出函数的系数值。-This software solved the nonlinear curve fitting of the initial value problem, no longer need to enter the initial value, as long as the definition of function model and input data can be obtai
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:55183922
    • 提供者:wrshl@126.com
  1. 案例3 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 遗传算法优化BP神经网络-对非线性函数拟合.(Genetic algorithm optimization BP neural network - nonlinear function fitting)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:53248
    • 提供者:解运超
  1. 曲线拟合

    0下载:
  2. 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear algebra knowledge, find out the
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:7168
    • 提供者:HAI&FISH
  1. BP Neural Network

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling based on BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:48128
    • 提供者:abcdxyz001
  1. 基于BP神经网络的函数拟合与模式识别的Matlab程序

    0下载:
  2. 基于BP神经网络的函数拟合与模式识别的matlai代码(Function Fitting and Pattern Recognition Based on BP Neural Network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:wujian1234
  1. 案例3 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:53248
    • 提供者:东来东往CT
  1. RBF拟合

    0下载:
  2. 用径向基神经网络拟合一个函数关系。熟悉用神经网络完成拟合的过程(Fitting a function relationship with RBF neural network)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:piaoziding0813
  1. 思维进化算法优化BP神经网络——非线性函数拟合

    0下载:
  2. 思维进化算法优化BP神经网络——非线性函数拟合,有源程序和数据(BP Neural Network Optimized by Mind Evolutionary Algorithm - Nonlinear Function Fitting)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:51200
    • 提供者:潇潇飒飒
  1. 拟合

    0下载:
  2. 多个函数的曲线拟合,里面统计有最小二乘、非线性回归(Curve fitting for multiple functions)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:徐姐
  1. we

    0下载:
  2. RBF 神经网络用于函数拟合,便于进一步的rbf分析建模,高斯基函数的求取(RBF neural network is used for function fitting to facilitate further RBF analysis modeling and gauss function.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-07
    • 文件大小:12288
    • 提供者:夏虾
  1. 数据拟合

    3下载:
  2. 数据拟合:一元函数插值、样条插值、多项式插值或拟合、曲线拟合、各种边界条件的样条插值、样条拟合、二元函数插值、拉格朗日插值法(Data fitting: interpolation of unary functions, spline interpolation, polynomial interpolation or fitting, curve fitting, spline interpolation of various boundary conditions, spline fitti
  3. 所属分类:matlab例程

    • 发布日期:2019-10-31
    • 文件大小:19456
    • 提供者:porter传奇
  1. 曲线拟合

    1下载:
  2. 找出一大串数据,用一个函数进行逼近,或者拟合。使其误差尽可能小(Find a bunch of data, approximate it with a function, or fit it.Make the error as small as possible)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-25
    • 文件大小:3072
    • 提供者:任平风生
  1. 遗传算法优化BP神经网络-非线性函数拟合

    1下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合遗传算法优化BP神经网络-非线性函数拟合遗传算法优化BP神经网络-非线性函数拟合遗传算法优化BP神经网络-非线性函数拟合
  3. 所属分类:matlab例程

    • 发布日期:2018-12-12
    • 文件大小:53398
    • 提供者:hongzhuzhang
  1. 遗传算法优化BP神经网络-非线性函数拟合

    1下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合!非常好的算法
  3. 所属分类:matlab例程

    • 发布日期:2019-03-09
    • 文件大小:53278
    • 提供者:wyw7801
  1. matlab最小二乘法曲面拟合

    5下载:
  2. matlab最小二乘法曲面拟合程序可以得到函数具体解析式(Matlab least squares surface fitting program can get the specific analytic expression of the function)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-09
    • 文件大小:22528
    • 提供者:残夜冷笑
  1. 多项式和非多项式曲线拟合

    1下载:
  2. 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
  3. 所属分类:其他

    • 发布日期:2021-01-25
    • 文件大小:1024
    • 提供者:flowrush
  1. 数据拟合

    0下载:
  2. 利用MATLAB进行数据拟合,常见的数据拟合方法。包括:一元函数插值、样条插值、多项式插值或拟合 、曲线拟合、拉格朗日插值法等。(MATLAB data fitting, common data fitting methods. It includes: interpolation of unitary function, spline interpolation, polynomial interpolation or fitting, curve fitting, Lagrange inte
  3. 所属分类:matlab例程

    • 发布日期:2020-04-01
    • 文件大小:18432
    • 提供者:拉卡卡
  1. 阶跃函数拟合函数(matlab)

    1下载:
  2. 阶跃函数拟合函数(matlab)拟合离散的数据点,采用放大和平移阶跃拟合
  3. 所属分类:matlab例程

    • 发布日期:2019-12-06
    • 文件大小:422
    • 提供者:abench363219
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com